home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / gfx / misc / gfxripper.lha / gfxripper / README
Text File  |  1993-06-06  |  2KB  |  44 lines

  1. 7th June 1993
  2.  
  3. CAVEAT:  This is an OLD program written by euro-hackers, and bangs the 
  4. hardware.  It works OK on my A1000 under 1.3 and 2.04 with the old chipset.
  5. If you have ECS/AGA, or WB3.0 or an accelerator - best of luck! I have no 
  6. idea whether it'll work or not. 
  7.  
  8. Ripbootblock is a bootblock for installing on a blank, formatted disk
  9. Use bootback to do this, viz:  
  10.  
  11. bootback ripbootblock df0:
  12.  
  13. If you load up a program, then reset with the ripbootblock disk in
  14. df0:, the contents of chip RAM will be copied to fast RAM and stored safely.
  15. As it stands, the bootblock copies 512K chip RAM to $500000 - you may wish 
  16. to modify this to suit your own system - see the .asm source.
  17.  
  18. Now reset into your normal workbench and start up mon.  You need to copy the
  19. saved chip RAM data back into chip RAM so that the ripper can access it.
  20. Pressing HLP within mon will list the available commands, and the sequence 
  21. I generally use to rip GFX is as follows:
  22.  
  23. -> & 39000 40000     ;allocate 256K chip RAM from $39000 upwards
  24. -> t 500000 540000 39000   ;copy 256K saved data to $39000
  25.  
  26. Now start the GFX ripper and start searching chip RAM - obviously 39000-
  27. 79000 is the target area.  Once finished, go back into mon and
  28.  
  29. -> t 540000 580000 39000  ;copy the other 256K of data over for ripping
  30.  
  31. and repeat the ripping.
  32.  
  33.  
  34. Within the ripper itself, pressing both mousebuttons over the smily face
  35. at the RHS saves the onscreen image.  The gadgets are all pretty 
  36. self-explanatory, except for the "modulo", which refers to the blitter
  37. modulo, and can be played with to turn interleaved bitmaps from garbage
  38. into pretty pictures :-)  (No, I don't really know what it does, either)
  39. The executable docfile, although intensely irritating, explains the 
  40. program fairly well.
  41.  
  42. Bill Bennett
  43.  
  44. Internet:  warda@vax.oxford.ac.uk  (until XMAS '93 only)